Fix typo
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 3 Jun 2007 04:56:00 +0000 (04:56 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 3 Jun 2007 04:56:00 +0000 (04:56 +0000)
svn path=/trunk/; revision=18013

ChangeLog
gtk/gtkradiobutton.c
gtk/gtkradiomenuitem.c

index a6c8f29eee99f2de10ff3bcba471722671957be2..ade86b81640a9f82954c44d4a9e150168a746b36 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkradiobutton.c:
+       * gtk/gtkradiomenuitem.c: Fix doc typos.  
+
 2007-06-03  Matthias Clasen  <mclasen@redhat.com>
 
        * configure.in: Allow to disable Xinerama.  (#348065, Diego Pettenò)
index 7e3c349a67dde94516f3e08fbb163f4a568e300c..b4de838f497c19e63765045255fb92e80d430098 100644 (file)
@@ -100,7 +100,7 @@ gtk_radio_button_class_init (GtkRadioButtonClass *class)
    * Emitted when the group of radio buttons that a radio button belongs
    * to changes. This is emitted when a radio button switches from
    * being alone to being part of a group of 2 or more buttons, or
-   * vice-versa, and when a buttton is moved from one group of 2 or
+   * vice-versa, and when a button is moved from one group of 2 or
    * more buttons to a different one, but not when the composition
    * of the group that a button belongs to changes.
    *
index e5ef7ec24f8177c1d8fef5672c641f1692a38efc..a0c13c536d3543288e309084da88ca9b925448a6 100644 (file)
@@ -355,7 +355,7 @@ gtk_radio_menu_item_class_init (GtkRadioMenuItemClass *klass)
    * Emitted when the group of radio menu items that a radio menu item belongs
    * to changes. This is emitted when a radio menu item switches from
    * being alone to being part of a group of 2 or more menu items, or
-   * vice-versa, and when a buttton is moved from one group of 2 or
+   * vice-versa, and when a button is moved from one group of 2 or
    * more menu items ton a different one, but not when the composition
    * of the group that a menu item belongs to changes.
    *